do not export the glib flags for thread support to gtk-config.
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Fri, 18 Dec 1998 10:01:21 +0000 (10:01 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Fri, 18 Dec 1998 10:01:21 +0000 (10:01 +0000)
1998-12-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* configure.in: do not export the glib flags for thread support to
gtk-config.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in

index 3648b32eb65340986075e9d81a9f48dc8d9b9dea..42ef2c484aabdcecfb739b8eb54e56d6e3f30b96 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1998-12-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: do not export the glib flags for thread support to
+       gtk-config.
+
 Fri Dec 18 01:32:59 1998  Tim Janik  <timj@gtk.org>
 
        * gtk/gtkmain.c (gtk_main): added gdk_flush() after g_main_run(), so we
index 3648b32eb65340986075e9d81a9f48dc8d9b9dea..42ef2c484aabdcecfb739b8eb54e56d6e3f30b96 100644 (file)
@@ -1,3 +1,8 @@
+1998-12-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: do not export the glib flags for thread support to
+       gtk-config.
+
 Fri Dec 18 01:32:59 1998  Tim Janik  <timj@gtk.org>
 
        * gtk/gtkmain.c (gtk_main): added gdk_flush() after g_main_run(), so we
index 3648b32eb65340986075e9d81a9f48dc8d9b9dea..42ef2c484aabdcecfb739b8eb54e56d6e3f30b96 100644 (file)
@@ -1,3 +1,8 @@
+1998-12-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: do not export the glib flags for thread support to
+       gtk-config.
+
 Fri Dec 18 01:32:59 1998  Tim Janik  <timj@gtk.org>
 
        * gtk/gtkmain.c (gtk_main): added gdk_flush() after g_main_run(), so we
index 3648b32eb65340986075e9d81a9f48dc8d9b9dea..42ef2c484aabdcecfb739b8eb54e56d6e3f30b96 100644 (file)
@@ -1,3 +1,8 @@
+1998-12-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: do not export the glib flags for thread support to
+       gtk-config.
+
 Fri Dec 18 01:32:59 1998  Tim Janik  <timj@gtk.org>
 
        * gtk/gtkmain.c (gtk_main): added gdk_flush() after g_main_run(), so we
index 3648b32eb65340986075e9d81a9f48dc8d9b9dea..42ef2c484aabdcecfb739b8eb54e56d6e3f30b96 100644 (file)
@@ -1,3 +1,8 @@
+1998-12-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: do not export the glib flags for thread support to
+       gtk-config.
+
 Fri Dec 18 01:32:59 1998  Tim Janik  <timj@gtk.org>
 
        * gtk/gtkmain.c (gtk_main): added gdk_flush() after g_main_run(), so we
index 3648b32eb65340986075e9d81a9f48dc8d9b9dea..42ef2c484aabdcecfb739b8eb54e56d6e3f30b96 100644 (file)
@@ -1,3 +1,8 @@
+1998-12-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: do not export the glib flags for thread support to
+       gtk-config.
+
 Fri Dec 18 01:32:59 1998  Tim Janik  <timj@gtk.org>
 
        * gtk/gtkmain.c (gtk_main): added gdk_flush() after g_main_run(), so we
index 3648b32eb65340986075e9d81a9f48dc8d9b9dea..42ef2c484aabdcecfb739b8eb54e56d6e3f30b96 100644 (file)
@@ -1,3 +1,8 @@
+1998-12-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: do not export the glib flags for thread support to
+       gtk-config.
+
 Fri Dec 18 01:32:59 1998  Tim Janik  <timj@gtk.org>
 
        * gtk/gtkmain.c (gtk_main): added gdk_flush() after g_main_run(), so we
index 0e82ce9855f57a05ba1e042b4455e6fd32eb02f9..ae6a000cf4cad0fbf8923613ecb6419867b476bf 100644 (file)
@@ -185,8 +185,9 @@ if test x$with_glib = x ; then
 *** is always available from ftp://ftp.gtk.org.]),
     gmodule gthread)
 
-  glib_cflags=$GLIB_CFLAGS
-  glib_libs=$GLIB_LIBS
+  # we do not want to make all gtk progs to link to thread libraries.
+  glib_cflags=`$GLIB_CONFIG glib gmodule --cflags`
+  glib_libs=`$GLIB_CONFIG glib gmodule --libs`
 else
   # Use uninstalled glib (assume they got the version right)